home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1995…tember: Reference Library / Dev.CD Sep 95 RL / Dev.CD Sep 95 RL.toast / mac / Technical Documentation / develop / develop Issue 21 code / MPW Tips - Faster Launch / UserStartup•ColdBootItem < prev   
Encoding:
Text File  |  1995-01-16  |  181 b   |  7 lines  |  [TEXT/MPS ]

  1. AddMenu File '(-' '' # menu separator
  2. AddMenu File "Quit with Cold Boot…" ∂
  3.     'confirm "Quit with cold boot?" && ∂
  4.     (Set Exit 0; ∂
  5.     Echo > "{ShellDirectory}"DontSaveState; ∂
  6.     Quit)'
  7.